home *** CD-ROM | disk | FTP | other *** search
- global mode, foreframe, movieName, delaytime, movieshow, movieprepos, moviepos, g_pause, womannum, pict, g_image
-
- on exitFrame
- if rollOver(40) then
- go(the frame)
- else
- if rollOver(35) or rollOver(36) then
- go(the frame - 3)
- else
- startTimer()
- repeat with i = 38 to 40
- puppetSprite(i, 0)
- end repeat
- if movieshow = 1 then
- set the keyDownScript to "checkkeytab"
- else
- set the keyDownScript to "checkkey0"
- end if
- if movieshow = 1 then
- go("move")
- else
- if g_pause = 1 then
- go("pa")
- else
- go("from")
- end if
- end if
- end if
- end if
- end
-